DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollection<T> Class / RemoveAsyncOverride Method
The index.
The cancellation token.

In This Topic
    RemoveAsyncOverride Method (C1EntityFrameworkCoreCursorDataCollection<T>)
    In This Topic
    Removes the item at the specified index from the collection.
    Syntax
    'Declaration
     
    Protected Overrides Function RemoveAsyncOverride( _
       ByVal index As Integer, _
       ByVal cancellationToken As CancellationToken _
    ) As Task
    protected override Task RemoveAsyncOverride( 
       int index,
       CancellationToken cancellationToken
    )

    Parameters

    index
    The index.
    cancellationToken
    The cancellation token.
    See Also